const github.com/refraction-networking/utls.extensionPreSharedKey
11 uses
github.com/refraction-networking/utls (current package)
common.go#L121: extensionPreSharedKey uint16 = 41
handshake_messages.go#L347: exts.AddUint16(extensionPreSharedKey)
handshake_messages.go#L666: case extensionPreSharedKey:
handshake_messages.go#L841: exts.AddUint16(extensionPreSharedKey)
handshake_messages.go#L1007: case extensionPreSharedKey:
u_clienthello_json.go#L121: case extensionPreSharedKey:
u_common.go#L242: case extensionPreSharedKey:
u_common.go#L453: case extensionPreSharedKey:
u_pre_shared_key.go#L204: b[0] = byte(extensionPreSharedKey >> 8)
u_pre_shared_key.go#L205: b[1] = byte(extensionPreSharedKey)
u_tls_extensions.go#L52: case extensionPreSharedKey:
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |